UNPKG

286 BJavaScriptView Raw
1module.exports = {
2 "name": "Gentoo Eclass",
3 "type": "programming",
4 "color": "#9400ff",
5 "group": "Shell",
6 "extensions": [
7 ".eclass"
8 ],
9 "tmScope": "source.shell",
10 "aceMode": "sh",
11 "codemirrorMode": "shell",
12 "codemirrorMimeType": "text/x-sh",
13 "languageId": 128
14}